InAppConfig
Since
Todo: Add Version
Parameters
list of Class names for Activities on which in-app should not be shown.
Since
13.00.03
Parameters
If true, SDK does not directly attach the in-app to the application's activity. The default value of this flag is false.
InApp Configuration Object with optOutActivities and isShowInAppInNewActivityEnabled
Parameters
list of class names for Activities on which in-app should not be shown.
If true, SDK does not directly attach the in-app to the application's activity. The default value of this flag is false.
Deprecated
This function is deprecated and will be removed in 16.00.00
Replace with
InAppConfig(List<String>, isShowInAppInNewActivityEnabled
Since
11.0.00
Parameters
Set of Class instances for Activities on which in-app should not be shown.
If true, SDK does not directly attach the in-app to the application's activity. The default value of this flag is false.
Deprecated
This function is deprecated and will be removed in 16.00.00
Replace with
InAppConfig(List<String>
Since
13.00.03
Parameters
Set of Class instances for Activities on which in-app should not be shown.